home *** CD-ROM | disk | FTP | other *** search
- Path: altair.herts.ac.uk!cs2ff
- From: Wayne Rowley <cs2ff@herts.ac.uk>
- Newsgroups: comp.lang.c
- Subject: HELP!!! Splitting strings
- Date: Wed, 20 Mar 1996 09:43:31 +0000
- Organization: University of Hertfordshire
- Message-ID: <Pine.SUN.3.91.960320094032.5117A-100000@altair.herts.ac.uk>
- NNTP-Posting-Host: altair.herts.ac.uk
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
- Can anyone help me with this problem: I'm trying to split larger strings
- into a number of smaller strings, for example:
-
- "thisisastring" to "this" "is" "a" "string"
-
- I can't seem to get C to do it properly. I know that C is not a good
- language for manipulating strings, and there doesn't seem to be anything
- in string.h to help. Does anyone have any ideas?
-
- Cheers,
-
-
- Wayne
-
- /******************************************************************\
- * ------< Wayne Rowley >------ *
- ********************************************************************
- * ------< EMail W.E.Rowley@herts.ac.uk >------ *
- \***\ /***/
-
-
-